Intersoft ClientUI Documentation
OnEventAction Property



Gets or sets the method to call when the event fires.
Syntax
Public Property OnEventAction As Action(Of TInstance,TSource,TEventArgs)
Dim instance As WeakEventListener(Of TInstance,TSource,TEventArgs)
Dim value As Action(Of TInstance,TSource,TEventArgs)
 
instance.OnEventAction = value
 
value = instance.OnEventAction
public Action<TInstance,TSource,TEventArgs> OnEventAction {get; set;}
public:
property Action<TInstance^,TSource^,TEventArgs^>^ OnEventAction {
   Action<TInstance^,TSource^,TEventArgs^>^ get();
   void set (    Action<TInstance^,TSource^,TEventArgs^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WeakEventListener<TInstance,TSource,TEventArgs> Class
WeakEventListener<TInstance,TSource,TEventArgs> Members

Send Feedback